***********************************************************************
***********           PANJIT International Inc.             ***********
***********************************************************************
*Dec 13, 2019                                                         *
*                                                                     *
*This SPICE Model describes the characteristics of a typical device   *
*and does not respresent the specification. Designer should refer to  *
*the same type name data sheet for specification limits.              *
***********************************************************************
*$
.subckt ER3D A K
.param
+vc0 = 1.686e-9		 vc1 = 3.303e-11	 vc2 = 1.000e-0		
+vc3 = 1.041e-12	 vc4 = 4.111e-2
+tc1 = 1.201e-1		 tc2 = 3.881e-2		 tc3 = 7.601e-2		tc4 = 3.401e-2
+tc5 = 1.001e-2		 tc6 = 2.321e-2
.func ir0(v) {(vc0)*(1.0+tc1*(temp-25)*exp(tc2*(temp-25)))}
.func ir1(v) {(vc1*v^vc2)*(1.0+tc3*(temp-25)*exp(tc4*(temp-25)))}
.func ir2(v) {(vc3*exp(vc4*v))*(1.0+tc5*(temp-25)*exp(tc6*(temp-25)))}
.func irexp(v) {ir0(v)+ir1(v)+ir2(v)}
g1 K A value = {irexp(v(K,A))}
d1 A K sbd
.model sbd d
***** flag parameter *****
+level = 1 
***** dc model parameter *****
+ is = 2.079e-11	   n = 1.084		  rs = 1.486e-2		ikf = 6.038e-2
+ibv = 0.1e-3		 nbv = 1	  	  bv = 220
***** capacitance parameter *****
+cjo = 8.685e-11  	   m = 3.634e-1		  vj = 4.162e-1
+ fc = 0.5
***** temperature coefficient *****
+tnom = 25		  eg = 9.886e-1		 xti = 3
+trs1 = -3.971e-3	trs2 = 1.084e-5		tikf = 1.236e-2
.ends ER3D
*$
